stylecontext: Don't queue_resize() all the time
authorBenjamin Otte <otte@redhat.com>
Mon, 2 Apr 2012 21:28:37 +0000 (23:28 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 17 Apr 2012 06:59:17 +0000 (08:59 +0200)
commit580b5e4a83c2adf2714c6e7f73fa864e92215188
tree9579e8c37d1f95424ba55093029bf8a9298e6823
parenta8efb784d7402bc4f6bd72225a9b78ec3774dfd8
stylecontext: Don't queue_resize() all the time

When a parent style context exists, there's no need to queue_resize() on
the widget, because the parent widget will call
gtk_style_context_validate() on us and _then_ we can call queue_resize()
if we have to.
gtk/gtkstylecontext.c